home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / pxsrc_21.zip / OS_2_MSC.INF < prev    next >
Text File  |  1990-03-31  |  979b  |  28 lines

  1. Files you'll need to compile with MSC 5.1 or IBM C/2 1.1 under OS/2:
  2.  
  3. Make files:
  4.     MAKEFILE.DBG
  5.     MAKEFILE.OS2
  6.     GO.CMD
  7. Source files:
  8.     POLYXARC.C
  9.     PAKSORTM.C
  10.     DIRFIND.C
  11. Header files:
  12.     P_COMMON.H
  13.     PAKMDEFN.H
  14.     IBM SDK 1.2 or higher
  15.  
  16. Instructions:
  17.     With MSC 5.1 or C/2 1.1 correctly installed, invoke GO in the
  18.     source subdirectory.  In order for the IBM SDK to work correctly
  19.     with MSC 5.1, the INCLUDE and LIB environmentals must have the
  20.     IBM SDK files first.  This GO.CMD and MAKEFILE.OS2|.DBG expect
  21.     the IBM Make/2 2.0 utility distributed with C/2 1.1, not the MSC
  22.     Make.  If you are making changes or encountering Link problems,
  23.     invoke GO as "go debug" to use the alternate compile.  If you
  24.     make significant changes, its best to recompile with "go all" or
  25.     "go debug all" to first delete all object files.  The Winable
  26.     utility from the IBM SDK is used to mark the EXE file as Windowable.
  27.  
  28.